const github.com/go-pg/migrations/v8.yugabytedbErrorMatch

2 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L671: 	yugabytedbErrorMatch  = `lock mode not supported yet`
		collection.go#L697: 		if !strings.Contains(err.Error(), cockroachdbErrorMatch) && !strings.Contains(err.Error(), yugabytedbErrorMatch) {